X-Git-Url: http://git.cyclocoop.org/%27%20.%20%24prefix%20.%20Wiki::transformTitleToURI%28%24matches%5B1%5D%29%20.%20%27?a=blobdiff_plain;f=includes%2Fcontent%2FCodeContentHandler.php;h=694b633e7b8605d57e221fb7fa02005836a3ca33;hb=4d9143c7f55857377da353bb114ed44c491af2a6;hp=447a2a732a08c903b7bf2ce2a92624214f7eb383;hpb=a3ce362ffd701a4630b47d458747d717bdf89c79;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/CodeContentHandler.php b/includes/content/CodeContentHandler.php index 447a2a732a..694b633e7b 100644 --- a/includes/content/CodeContentHandler.php +++ b/includes/content/CodeContentHandler.php @@ -58,6 +58,7 @@ abstract class CodeContentHandler extends TextContentHandler { /** * @return string + * @throws MWException */ protected function getContentClass() { throw new MWException( 'Subclass must override' );